Skip to content

Metadata in item entity visuals

kimapr requested to merge Kimapr/nodecore:ievmt into dev

Send item metadata in item entities using the wield_item property, replacing the deprecated since at least 5.1 textures[1] which does not allow metadata in the itemstring. Only metadata fields known to affect visuals are sent to the client, count and wear are reset.

This allows item entities to display color and (since 5.8) texture overrides properly.

Merge request reports