[EMF] Entity Model Features [Fabric & Forge]

[EMF] Entity Model Features [Fabric & Forge]

28M Downloads

[Bug - models]custom helmet model no longer works

EnderMelody opened this issue ยท 7 comments

commented

Describe the bug
the helmet model for armory conglomery no longer renders properly since the 'release candidate" versions, works fine on previous versions.
List and link to broken resourcepacks
https://www.curseforge.com/minecraft/texture-packs/armory-conglomery

Expected behavior
correct model working in EMF version 0.2.13
correct model working in version 0.2.13

Screenshots
broken model in rc1 and rc2:
broken model in rc1 and rc2

(please complete the following information):

  • Minecraft Version: 1.20.1
  • EMF version: rc1 (or rc2)

Additional context

commented

armor models do not work with optifine in my understanding

does this work with optifine?

commented

so if the resource pack works with optifine then wouldnt this be a comparability issue? im just wondering since the mod is supposed to be compatible with optifine resource packs so wouldnt this "fix" break that?

commented

oh if that is the case then disregard my question. i didnt look before but the resource pack is actually made for EMF and specifically states that the armor is an addition not normally in optifine, so it is as you said and the pack dev simply needs to update it.
as for updating the pack, im not sure exactly where to put the code provided as when i tried it broke the model even more. can you provide a bit more detail on that part?

commented

nevermind i managed to get it to work, was just copying the code snippet which included a comma and broke the model. it works perfectly now thank you.

commented

armor stands also had another minor issue in rc1 & 2 so hold off until rc3

commented

So old EMF was actually doing it wrong, but dont worry it is a simple fix.

This is just the vanilla biped model's headwear layer showing up becuase it hasnt been overridden by a custom part
just add this part to each armor model

{
"part": "headwear",
}

2023-09-11_11 16 24

commented

Armor expects all of these parts
image

i'll have documentation up eventually when release is ready