Hello!
So I'm trying to create, basically, a clone of wool. I'm basing it mostly off of these tutorials:
Though I only want three colors for the block.
However, though the textures are compiling properly, I can't get the block to actually utilize them. They simply have the whole "missing texture" butt-ugly checkerboard.
Code:
Since the block's textureName is "multiBlock" and the icons are registered as this.textureName + "_" + index, I assumed the texture files would be named multiBlock_1, multiBlock_2, etc. But the files, while not being counted as missing in the launcher, are not being put on the blocks.
Thanks!