[Bug - models] CEM models sorted by folders do not work
PixalThePixeled opened this issue · 5 comments
In my resource pack there are many different random models for different mobs and I sorted them into folders as Optifine allows, for example “cem/armor_stand/armor_stand2.jem” and “cem/armor_stand/armor_stand.properties” (only the main model (armor_stand.jem) cannot be placed in the folder), but after updating EMF to 2.2 it doesn't work anymore.
Models only work if random models and the properties file are in the "cem" folder, folders inside it do not work.
How it should look/How it looks in-game
- Minecraft Version: Fabric 1.20.4
- EMF version: 2.2
Wait so armo_stand.jem is outside in a different folder to the properties and variants?
Does that really work on optifine?
They should really be together in the folder
In Optifine the base model only works in the "cem" folder, random models can be in the "cem/<model_name>", and the properties files must be in the same folder along with the random models
either way i've seen reports of this in another pack so i suppose ill bring this quirk back
Can add some info about this issue. It does still work, actually, but only if the base model is also present in a subfolder. I'm making a modpack and I need a few custom models for named skeletons but there is also another resource pack that adds random models for mobs. Having skeleton.properties, skeleton2.jem and skeleton2.png in my resource pack/assets/minecraft/optifine/cem/skeleton doesn't work, named entity still uses random texture from a previous pack. But if I add any skeleton.jem into the same folder, where I have my named one, everything works! ...except random models from a previous pack, as now it gets overwritten by skeleton.jem in my pack...
And, as a TS said, all works fine without regular jem file present using previous versions