Hello all!
I had the idea to divide almost every block in the game by 8, which gives a lot more building possibilites. I already made another mod before, a pretty simple one, where I just created new blocks and items and tools. This, however, is a whole new level, as it changes the game as it is, and doesn't only add new stuff.
So I'm facing two problems: first, I can't figure out how to let an existing block drop something else, for example let Dirt drop my custom smaller dirt block.
Second, I tried to render my small block of dirt, but it always renders at full size. I looked at the BlockSlab and BlockStairs classes, and also BlockFence, but the only thing I found, that seems to relate to this is setBaseCollisionBounds() and addCollisionBoxesToList(), but I changed the parameters of setBlockBounds() all to 0.5, but the collisionbox is still full. And also this does not apply to rendering, and I don't know how to render smaller than a full block.
I searched quite a bit, but the biggest problem is that 95% of the tutorials are outdated, since I'm modding on 1.8.
Thanks in advance for any help
Reygok