dorianpb / cem

Reimplementation of Custom Entity Models in Minecraft for the Fabric Modloader
GNU Lesser General Public License v3.0
125 stars 38 forks source link

[BUG] Animals Redone not working #99

Open Deadrosas opened 1 year ago

Deadrosas commented 1 year ago

0.7.1

Animals Redone Textures are missing.

I have tried to fix it by removing the Path specification inside .JEM files, but it didn't work.

Expected behavior

image

Outcome

image

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within 28 days. Thank you for your contributions.

broadcast commented 1 year ago

I have the same issue on 1.19.2 as well. @Deadrosas were you ever able to resolve this? I'm using fabric loader 0.14.12, fabric api 0.72.0 and latest CEM version. I have a feeling another mod on my list might be breaking this as I have a separate modpack in which CEM is working just fine. Would just mind sharing your mod list so I can cross reference with mine?

Deadrosas commented 1 year ago

I have the same issue on 1.19.2 as well. @Deadrosas were you ever able to resolve this? I'm using fabric loader 0.14.12, fabric api 0.72.0 and latest CEM version. I have a feeling another mod on my list might be breaking this as I have a separate modpack in which CEM is working just fine. Would just mind sharing your mod list so I can cross reference with mine?

Yeah i was able to get it working. I can share the files later today.

broadcast commented 1 year ago

Ok, I've isolated my issue to the Charm mod being the cause https://www.curseforge.com/minecraft/mc-mods/charm . The problem is that Charm introduces its own mob variant feature for almost every vanilla mob which will conflict with cem + resource pack. Turning off the variant mob settings in Charm fixes the problem for me.