Hello all,
I've been working on a small mod to add some blocks into the game. Currently, I'm adding 16 color variations of Stone, Stone Bricks, Stone Brick Stairs, Stone Slabs, and Stone Brick Slabs. I have everything but the slabs working properly. I've been doing some research and can't really find anything that actually works. The slabs are in game and in my creative tab. However, there's a version for each single slab and each double slab. There's also no textures for them. They also do not stack properly.
My git repo is located here, incase you need to look at more code that I haven't posted.
Block Slab Class:
Item Slab Class
BlockFactory Class
A lot of this has been patched together and is going to be cleaned, commented, and reorganized when it's working.