Skip to content

MoteIota should not calculate the display name on the server #167

@object-Object

Description

@object-Object

Currently, this is how the display name for motes is serialized and sent to the client:

tag.putString(TAG_DISPLAY_NAME, rec.getDisplayName().getString());

This is unideal for a couple of reasons. Calling getString() on the server means that the item name in the mote will always be in English instead of the client's language. Also, it might be convenient for various purposes to send the actual item information to the client, like with MoreIotas' item stack iotas. (My use case would be to implement item rendering in HexDebug's Splicing Table.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions