====== minecraft:attached_to_side ====== Places the attached block when used on the attached side, otherwise uses the other block. It is typically used for blocks that have a separate block when on a wall. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''attached_block'' | The block to place on the attached side. | A block | | | ''attached_side'' | The side to place the attached block on. | A direction | | | ''other_block'' | The block to place otherwise. | A block | | ===== Example ===== { "type": "minecraft:attached_to_side", "attached_block": "minecraft:torch", "attached_side": "down", "other_block": "minecraft:wall_torch" }