Mineshopper / carpentersblocks

A Minecraft mod.
GNU Lesser General Public License v2.1
133 stars 82 forks source link

Torch customization of its lit head #376

Open EzerArch opened 7 years ago

EzerArch commented 7 years ago

(I'm not sure if it's a bug or it could be filed as suggestion.)

I'm trying to customize, via resource pack, the CB's torch. For example, I'd like to make a bigger torch head by editing torch_head_lit.png, which has two UV faces - one on the top middle, and another on the middle center -, I thought the 1st UV face was meant for the side faces, while the 2nd UV face was meant for the top face. It seems the 1st UV is unused; the torch block only uses the 2nd UV face.

2016-09-25_15 29 56

torch_head_lit edited. torch_head_lit

Mineshopper commented 7 years ago

Unfortunately the size of the torch is hardcoded, along with UVs. Once I get the newer version out with the new json model system it would be easier to achieve what you want. It's still way early in development though.