====== minecraft:sequence ====== The ''minecraft:sequence'' action executes multiple different actions in sequence. Its value is a [[actions:sequence_handlers:|sequence handler]]. You may also inline the sequence handler by specifying a list of actions, in which case it uses [[actions:sequence_handlers:unchecked]]. The success of the action depends on the specified sequence handler. ===== Example ===== { "type": "minecraft:sequence", "handler": "minecraft:passing", "entries": [ { "action": { "type": "minecraft:apply_suspicious_stew_effects_from_item", "entity": "this" } }, { "action": { "type": "minecraft:exchange_item", "item": "minecraft:bowl" } } ] }