Fabric API

Fabric API

106M Downloads

Game crashes when trying to render extended (FabricBakedModel) item model

2xsaiko opened this issue · 8 comments

commented

Tested on 1.14.1 and 1.14.2 pr2. This only happens when it needs to render an extended model. The same model renders fine as a block.

Game log: https://paste.therealfarfetchd.dev/udoqowequs.md

commented

This is in a dev->prod->dev situation, I think.

commented

Looks like a bad mapping in the indigo item renderer. I will work this one.

commented

Not seeing an obvious problem. Have you got the code I could use to reproduce?

commented

Not seeing an obvious problem. Have you got the code I could use to reproduce?

Yes, it's this codebase: https://github.com/therealfarfetchd/HCTM (the affected model is therealfarfetchd.hctm.client.render.model.WireModel)

commented

As I said, it's a remapping problem... I'll investigate it, just give me a few

commented

Fixed properly as of Loader 0.4.7+build.149.

commented

I think the bug might actually be in Mixin, but I need to look into it deeper

commented

Yeah, I recognize that it may be a mixin bug but wanted to at least get a workaround out.

Mod authors can’t use Indigo for its intended purpose until we have a patch for this. Canvas works but that’s not a solution for everyone.