diff --git a/source/behavior/entities/format/components/dimension_bound.json b/source/behavior/entities/format/components/dimension_bound.json new file mode 100644 index 00000000..d363bc96 --- /dev/null +++ b/source/behavior/entities/format/components/dimension_bound.json @@ -0,0 +1,9 @@ +{ + "$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": {} +}