{
	"format_version": "1.18.0",
	"minecraft:block": {
		"description": {
			"identifier": "scm:block_zip_mtl_walls20",
			"is_experimental": true,
			"properties": {
				"decor:face": [ 0, 1, 2, 3 ]
			}
		},
		"components": {
			"minecraft:block_light_absorption": 2,
            "minecraft:creative_category": {
                "category": "construction"
            },
			"minecraft:geometry": "geometry.scm_zip_block_mtl",
			"minecraft:material_instances": {
				"*": {
					"texture": "mtl_walls20",
					"render_method": "alpha_test",
					"ambient_occlusion": false
				}
			},
			"minecraft:destroy_time": 0.2,
			"minecraft:explosion_resistance": 1,
			"minecraft:block_light_emission": 0,
			"minecraft:block_light_absorption": 0,
			"minecraft:pick_collision": {
				"origin": [-8, 0, 6],
				"size": [16, 16, 2]
			},
			"minecraft:on_player_placing": {
				"event": "decor:face"
			},
			"minecraft:entity_collision": {
				"origin": [-8, 0, 6],
				"size": [16, 16, 2]
			}
		},
		"permutations": [
			{
				"condition": "query.block_property('decor:face') == 0",
				"components": {
					"minecraft:rotation": [ 0, 180, 0 ]
				}
			},
			{
				"condition": "query.block_property('decor:face') == 1",
				"components": {
					"minecraft:rotation": [ 0, 0, 0 ]
				}
			},
			{
				"condition": "query.block_property('decor:face') == 2",
				"components": {
					"minecraft:rotation": [ 0, 270, 0 ]
				}
			},
			{
				"condition": "query.block_property('decor:face') == 3",
				"components": {
					"minecraft:rotation": [ 0, 90, 0 ]
				}
			}
		],
		"events": {
			"decor:face": {
				"set_block_property": {
					"decor:face": "query.cardinal_facing_2d-2"
				}
			}
		}
	}
}