Table of Contents

minecraft:side_check

The minecraft:side_check predicate checks whether the side loot context parameter matches one of the specified sides. This means that the predicate requires the 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"
  ]
}