Open
Description
When using a texture with a custom name, the colormap doesn't get applied on LOD chunks.
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