|
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":

I wonder if it should use front if present?
minecraft-jar-extractor/image_names.js
Line 235 in 95216bc
Take
furnace.jsonfor example...Top doesn't really represent "furnace":

I wonder if it should use
frontif present?