Sign Models

Adds Models for Signs so they can be used in item displays

194

Sign Models

Sign Models

This Minecraft resource pack provides usable entity models through Custom Model Data, allowing map makers and creators to display entities in ways that were previously limited. The pack is designed to be used in other resource packs, allowing users to cherry-pick the pieces they need.

Custom Model Data

Each model is tied to the item form of itself.

The types are as follows:

| Type | Model Data Number | Sign Item | | :---: | :---: | :---: | | Sign | `2669000` | Normal Sign | | Wall Sign | `2669001` | Normal Sign | | Sign Post | `2669002` | Normal Sign | | Wall Hanging Sign | `2669000` | Hanging Sign | | Hanging Sign | `2669001` | Hanging Sign | | Attached Hanging Sign | `2669002` | Hanging Sign |

For example, the following command could be used to summon a cherry hanging sign display:

`/summon minecraft:item_display ~ ~ ~ {item: {id: "minecraft:cherry_hanging_sign", Count: 1b, tag: {CustomModelData: 2669000}}}`

ADS