I've got a couple of blocks I'm working on, in two seperate mods, and both are demonstrating the same thing; if, when I get the icons, I set them to a side in particular, the face shows in the inventory bar correctly.
However, if it gets decided via metadata (like the furnace, along with other tutorials I've found online), the face is missing completely from the inventory bar. I've tried all variations I can think of, to no avail.
I don't want to hard-code the sides in, because I want it to be directional, like most other blocks. How can I set it to show the face of my block in my inventory, without giving up the metadata? I've googled all the terms I could think of, to no avail. Thanks
I've got a couple of blocks I'm working on, in two seperate mods, and both are demonstrating the same thing; if, when I get the icons, I set them to a side in particular, the face shows in the inventory bar correctly.
However, if it gets decided via metadata (like the furnace, along with other tutorials I've found online), the face is missing completely from the inventory bar. I've tried all variations I can think of, to no avail.
I don't want to hard-code the sides in, because I want it to be directional, like most other blocks. How can I set it to show the face of my block in my inventory, without giving up the metadata.
0
I've got a couple of blocks I'm working on, in two seperate mods, and both are demonstrating the same thing; if, when I get the icons, I set them to a side in particular, the face shows in the inventory bar correctly.
However, if it gets decided via metadata (like the furnace, along with other tutorials I've found online), the face is missing completely from the inventory bar. I've tried all variations I can think of, to no avail.
Here's my code:
I don't want to hard-code the sides in, because I want it to be directional, like most other blocks. How can I set it to show the face of my block in my inventory, without giving up the metadata? I've googled all the terms I could think of, to no avail. Thanks
0
I've got a couple of blocks I'm working on, in two seperate mods, and both are demonstrating the same thing; if, when I get the icons, I set them to a side in particular, the face shows in the inventory bar correctly.
However, if it gets decided via metadata (like the furnace, along with other tutorials I've found online), the face is missing completely from the inventory bar. I've tried all variations I can think of, to no avail.
Here's my code:
I don't want to hard-code the sides in, because I want it to be directional, like most other blocks. How can I set it to show the face of my block in my inventory, without giving up the metadata.
0