So I've been trying to follow along in Forge's ModelAnimationDebug sample, as well as looking at Botania's source code for the Corporea Cube, via recommendation from Choonster on the Forge forums, but I'm having no luck with it. It's a two part block model, which both parts show up in the item block, albeit offset, but when placed the second part (middle) does not display, nor does any animation occur when I try having the base be animated instead of the second piece. Here's my source code:
Hello,
So I've been trying to follow along in Forge's ModelAnimationDebug sample, as well as looking at Botania's source code for the Corporea Cube, via recommendation from Choonster on the Forge forums, but I'm having no luck with it. It's a two part block model, which both parts show up in the item block, albeit offset, but when placed the second part (middle) does not display, nor does any animation occur when I try having the base be animated instead of the second piece. Here's my source code:
Block
TileEntity
src/main/resources
any help would be much appreciated, thank you!