Skip to content

Colormap breaks for textures with custom name #53

Open
@JustAlittleWolf

Description

@JustAlittleWolf

When using a texture with a custom name, the colormap doesn't get applied on LOD chunks.

fm1hB1F
Voxy_Bug.zip

grass_block.json
{
    "variants": {
        "snowy=false": {
            "model": "block/grass_block_issue"
        },
        "snowy=true": {
            "model": "block/grass_block_noissue"
        }
    }
}
grass_block_noissue.json

{"parent":"block/grass_block","textures":{"top":"block/grass_block_top"}}
grass_block_issue.json

{"parent":"block/grass_block","textures":{"top":"block/grass_block_top_custom_texture_name"}}

The snowy blocks (purple line in image) have their colormap applied fine in the LOD chunks, however the grass block texture with a custom name does not get it's colormap rendered properly.

The used texture pack with only the required files for the bug to happen is attached as well.

This might be what causes #32

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions