TheGreyGhost / ItemTransformHelper

A Minecraft helper tool to interactively adjust the rotation, position, and scale of Items.
16 stars 9 forks source link

Add wrapping of ISmartBlockModel. Fix indentation mismatch. #2

Closed maruohon closed 9 years ago

maruohon commented 9 years ago

Add wrapping of ISmartBlockModel interface, so that blocks using that will also work and not render as missing texture cubes.

Now that I finally got to figuring out block rendering for my mod, after a few hours of frustration I added the right debug prints so that I noticed that this mod was actually also erasing the ISmartBlockModel interface from my blocks, and that was the first issue why the registration didn't seem to work ;D.

maruohon commented 9 years ago

Whoops forgot to rebase...