Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/dimension_bound.json

10 lines
350 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.behavior.entities.minecraft.dimension_bound",
"type": "object",
"title": "Dimension Bound",
"additionalProperties": false,
"description": "Restricts entities from moving between dimensions when using Minecraft portals, keeping them bound to their current dimension.",
"required": [],
"properties": {}
}