I made a texture for an item but it doesn't show up. I checked the log for anything to do with it but everything's normal there. Here's the hierarch, .json file for the texture and how it looks in game.
Oh wait I figured it out, turns out I misplaced a colon.
The problem is that 'KnightEntity' is missing the required Attribute 'Attributes.FOLLOW_RANGE'. To fix it change the call from 'createLivingAttributes()' to 'createMobAttributes()' in 'KnightEntity.createAttributes()'