Skip to content

The first texture isn't always the right/best one... #31

Description

@njt1982

return t.textures[Object.keys(t.textures)[0]]

Take furnace.json for example...

{
  "parent": "minecraft:block/orientable",
  "textures": {
    "top": "minecraft:block/furnace_top",
    "front": "minecraft:block/furnace_front",
    "side": "minecraft:block/furnace_side"
  }
}

Top doesn't really represent "furnace":
image

I wonder if it should use front if present?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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