[1.8.9] Model crash with Botania Platforms
Darkhax opened this issue ยท 3 comments
When applying a chisel block to a platform from Botania, a pretty bad crash takes place. This crash also re-occurs every time the world is loaded up again. Not certain which mod would be responsible for fixing this issue, so I am reporting it to both. The crash log can be seen here The Botania version of this crash report can be seen here
@Darkhax you can close this one, it's an issue on my end
Right now all I do is get the model from BlockModelShapes, then if it's a smartmodel, query it using the camo state. What else do I need to do in order to give the camo state the info it needs?
You're missing contextual states, since you never call getExtendedState on the block. Ask @Lordmau5, I helped him with the same thing.