Started by
neinemerald
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make a custom animated helmet in my mod, and it works in game, it properly animates, but when the player moves there head it just stays stationary
In blockbench I have the group "head" which has all the cubes used to make the helmet with 2 groups inside called "wing_left" and "wing_right" so I can animate them.
In MCreator under the "Armor model head group name:" section I have "head" written since thats the name of the head layer.
From my understanding this should work, but for some reason it is not, does anyone know the problem?
I fixed it, my blockbench model settings were set to "entity" instead of "armor"