---
title: Entity Display
---
**`modopedia:entity`**

---

## Description
Renders a rotating view of an entity on the page.

## Screenshot
<Asset location="modopedia:page_components/entity" width={580} height={364} />

---

## JSON Schema
| ID       | Type             | Required | Default | Description                           |
|----------|------------------|----------|---------|---------------------------------------|
| entity   | ResourceLocation | &check;  | -       | ID of the entity to be rendered.      |
| tag      | CompoundTag      | &cross;  | -       | NBT data to be applied to the entity. |
| width    | Integer          | &cross;  | 100     | Width of the viewing window.          |
| height   | Integer          | &cross;  | 100     | Height of the viewing window.         |
| offset_y | Float            | &cross;  | 0       | Y viewing offset of the entity.       |