Skip to content

Accessories Rendering Data Component is wrong #28

@Noaaan

Description

@Noaaan

https://docs.wispforest.io/accessories/developer/itemstack_components#rendering

This page describes the following example for a translation vector:

{
    {
        "type": "translation",
        "value": [-25, 0, 5]
    }
}

This example is wrong. Since the entire thing is flatmapped, it should actually be the following:

{
    {
        "type": "translation",
        "x": -25,
        "y": 0,
        "z": 5
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions