My hat hider armor keeps throwing an error in the starbound log, and no matter what changes I make to the file, I can never get this error to go away. Code: [12:53:30.602] [Error] Could not load image asset '/items/armours/cat/hider/nothinghead.png:normal', using placeholder default. (AssetException) No such frame normal in frames spec /default.frames I don't know what the flip it's talking about, because nothing in the file itself points to this "normal" frame: Code: { "itemName" : "hiderhead", "price" : 5000, "inventoryIcon" : "nothingicon.png", "maxStack" : 1, "rarity" : "Legendary", "category" : "headwear", "description" : "Hide those ugly helmets with this awesome invisible hat!", "shortdescription" : "Hat Hider", "tooltipKind" : "armor", "maleFrames" : "nothinghead.png", "femaleFrames" : "nothinghead.png", "mask" : "mask.png", (Note; Not whole file. There's a pointless section of recolor specs below this) The image size is the same as any other hat item, so what gives?
so this is a hat item ?!... then maybe you should call your image "head.png" or create a frames file that has the same name as your image file...