Incompatibility with Entity Model Features
Azzarg opened this issue ยท 2 comments
As long as the Entity Model features mod is installed, Lootr chests, and chests only, are invisible. They can still be opened, but are not visible except for the outline when selecting it. They are also invisible when held items, and invisible in the inventory.
I tried fixing it by making a resource pack containing all the mod's assets, and I tried changing the version of Lootr, but that did not fix it.
So this appears to be an issue with EMF, although I'm not entirely sure how to approach it. I'm going to have a bit of a deeper dive into exactly what's happening, as I imagine it's something to do with the fact that they're mixing in to the model getter and handling it somehow.
They're expecting a context to be set whenever a minecraft
model is used, in this case the chest/trapped chest, but we're not doing that because we're a mod. I'm not entirely sure how best to approach it.