====== minecraft:side_check ====== The ''minecraft:side_check'' predicate checks whether the [[extras:loot_tables:loot_context_parameters:side]] loot context parameter matches one of the specified sides. This means that the predicate requires the [[extras:loot_tables:loot_context_parameters:side]] loot context parameter and will always fail otherwise. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''sides'' | The sides to allow. | A set of directions | | ===== Example ===== { "condition": "minecraft:side_check", "sides": [ "down" ] }